home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / OPENING.DXR / Internal_52_gb.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  263 b   |  19 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the ink of sprite the currentSpriteNum to 4
  4. end
  5.  
  6. on mouseDown me
  7.   puppetSound(3, "M_BEEP")
  8.   cursor(4)
  9. end
  10.  
  11. on mouseUp me
  12.   go(1, "GB")
  13. end
  14.  
  15. on mouseLeave me
  16.   cursor(-1)
  17.   set the ink of sprite the currentSpriteNum to 8
  18. end
  19.